From 0f75e4a1d664bf1e03d30602373f5c03aac7d7dc Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 13 Aug 2013 12:39:14 +0400 Subject: [PATCH] * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. --- src/ChangeLog | 4 ++++ src/keyboard.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 6e65ccb2341..dd0557c19f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-08-13 Dmitry Antipov + + * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. + 2013-08-13 Dmitry Antipov * font.c (clear_font_cache): New function, stripped from... diff --git a/src/keyboard.c b/src/keyboard.c index 3afdce42ca2..8a99d5a0766 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10124,8 +10124,6 @@ Also end any kbd macro being defined. */) end_kbd_macro (); } - update_mode_lines++; - Vunread_command_events = Qnil; discard_tty_input (); -- 2.30.2